home *** CD-ROM | disk | FTP | other *** search
- @ ECHO OFF
- REM : This batch file is required to start the registered version of MORAY
- REM : from POVFrame. The Watcom compile of MORAY must be started from it's
- REM : own "home" directory. POVFrame will now call this batch file instead of
- REM : having MORAYs program name 'hard coded' into it. This will even add
- REM : a little more flexability to POVFrame!
- REM *************************************************************************
- REM : NOTE: The DOS Session for MORAY is now started in the exact same way
- REM : as the DOS Session for POV-Ray. (Using STARTD.EXE) It will use
- REM : the ** SAME ** parameters as POV-Ray for the DOS Session. I.E.
- REM : those defined in the STARTD initialization file POV.INI. If you
- REM : need more DPMI memory for MORAY simply do the same thing as you
- REM : would for POV-Ray: Use any ASCII text editor to edit POV.INI and
- REM : alter the DPMI memory limit line to suit whatever you need.
- REM : 8 megs is the default.
- REM *************************************************************************
- REM : Edit the lines below to reflect your machines setup. Replace 'd:\' with
- REM : the drive letter your copy of MORAY is one. Replace 'CD d:\morayr' with
- REM : the full path specification to get to your copy of MORAY. The last line
- REM : will actually call & start MORAY. When you exit MORAY the DOS VDM used
- REM : for it will close. Have Fun!
-
- REM : Thanks to Lutz Kretzschmar for his help in altering POVFrame to work with
- REM : the registered version of MORAY!
-
- REM : Note that this file is whats called by POVFrame, you can edit it to
- REM : run in any way you like. You may also use MORAYs own batch file for
- REM : the rendering loop by renaming it and editing it as needed. MRAY.BAT
- REM : was used as a default name to avoid conflict with MORAYs exitsing
- REM : batch files. To use with the existing CALLMRAY.BAT file for rendering
- REM : loops -inside- MORAY simply replace line 3 below with the following:
- REM : CALL CALLMRAY.BAT
- REM : The rendering loop support in MORAY will then work as well. Ain't OS/2
- REM : GREAT! :-)
-
- REM : ***************** The following actually call MORAY *******************
-
- REM : Edit this line to change to the drive MORAY is installed on:
- D:\
-
- REM : Edit this line to change to the directory MORAY resides in:
- CD D:\MORAY
-
- REM : Edit this line if you've changed the name of the MORAY.EXE file or if
- REM : you'd like to use MORAYs existing CALLMRAY.BAT file. (See above):
- MORAY.EXE
-